remote: Add "ostree remote summary" command
authorMatthew Barnes <mbarnes@redhat.com>
Wed, 16 Dec 2015 23:55:28 +0000 (18:55 -0500)
committerMatthew Barnes <mbarnes@redhat.com>
Thu, 17 Dec 2015 20:49:51 +0000 (15:49 -0500)
commit460a4b2852538a75450efc394d4bfe9d625a7e80
tree5320bc7608c283a556cdbc0af3fc5225357df37e
parent1df16a76759b29bf1419abff7f0e82d5378dbce3
remote: Add "ostree remote summary" command

Downloads and prints a remote summary file and any signatures in an
easy-to-read format, or alternatively with the --raw option, prints
the summary GVariant data directly.

https://bugzilla.gnome.org/show_bug.cgi?id=759250
Makefile-ostree.am
doc/ostree-remote.xml
src/ostree/ot-builtin-remote.c
src/ostree/ot-dump.c
src/ostree/ot-dump.h
src/ostree/ot-remote-builtin-summary.c [new file with mode: 0644]
src/ostree/ot-remote-builtins.h
tests/test-pull-summary-sigs.sh